home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997 September / Macworld (1997-09).dmg / Shareware World / Utilities / User Interface / SpaceAliens-20 / SpaceAliens Documentation < prev   
Text File  |  1997-06-11  |  2KB  |  58 lines

  1. Space Aliens Ate My Icons - The Sequel
  2. SpaceAliens v2.0 by Jeremy Nelson, original code Quinn “The Eskimo”.
  3.  
  4. A drag and drop utility to fix the type and creator of any files dropped on the application based on its extension (suffix) and the database of extension mappings provided by Internet Config.
  5.  
  6.  
  7. Internet Config
  8.  
  9. Note this application requires Internet Config.  If you do not have Internet Config you can download the latest version from:
  10.  
  11.  
  12. <ftp://ftp.stairways.com/stairways/>
  13. <ftp://mirrors.aol.com/pub/peterlewis/>
  14. <ftp://ftp.amug.org/pub/peterlewis/>
  15. <ftp://ftp.HappySize.co.jp//pub/peterlewis/>
  16. <ftp://redback.cs.uwa.edu.au/Others/PeterLewis/>
  17. <ftp://nic.switch.ch/software/mac/peterlewis/>
  18.  
  19. or find Internet Config documentation and information at:
  20.  
  21. <http://www.stairways.com/ic/>
  22. <http://redback.cs.uwa.edu.au/peterlewis/www/ic/>
  23.  
  24.  
  25. About v2.0
  26.  
  27. The original SpaceAliens was example code distributed with Internet Config programmers SDK.  I found the application useful so I've added some improvements:
  28.  
  29. • Much faster
  30. • Will search recursively through folders or volumes dropped on the application
  31. • Updates the Finder so that changes in the File and Creator information are displayed
  32. • Plays nicely with other applications
  33. • Displays a progress window
  34. • Scriptable
  35.  
  36. The application and the application source code remain in the public domain.  For source code check out the 'Source' directory of the FTP sites listed above.  Bug reports, comments or questions should be addressed to:
  37.  
  38. <support@stairways.com.au>
  39.  
  40.  
  41. Scripting
  42.  
  43. Easy to use.  By example:
  44.  
  45. tell application "SpaceAliensPPC"
  46.     open file "Volume:Directory:"
  47.     open file "Volume:File"
  48.     quit
  49. end tell
  50.  
  51.  
  52. Thanks
  53.  
  54. Sorry, this isn't meant to be a big production, but many thanks to Quinn for the original code and Peter N Lewis for his libraries, programming help and patience.
  55.  
  56. Jeremy Nelson, 14/11/96
  57. <jem@stairways.com.au>
  58.